.header {
	/* width: 100%; */
	width: 1200px;
	/* height: 103px; */
	margin: 0 auto;
	position: relative;
	align-items: flex-end;
	z-index: 100;
	background: #ffffff;
	padding-bottom: 20px;
    padding-top: 18px;
}
/* .topbgshadow {
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 65px;
	z-index: 50;
} */

.header .left {
	/* width: 134px; */
	margin-right: 70px;
}
.header .left .logos {
	/* width: 100%;
	height: 100%; */
	margin-right: 18px;
}
.header .left .logos_title {
	width: 390px;
	height: 50px;
}
.header .left .logos_title img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.header .left .logos .logo11 {
	background-image: url('/imgs/header/logo.png');
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 112px;
	height: 49px;
	font-size: 0;
}

.header .middle {
	/* display: flex;
	align-items: center;
	flex-flow: column; */
}
.header .middle .middle_top {
	/* align-self: end; */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 25px;
}
.header .middle .middle_top .search {
	width: 165px;
	height: 28px;
	line-height: 28px;
	display: flex;
	background: #FFFFFF;
	border: 1px solid #C1C1C1;
	border-radius: 10px;
	align-items: center;
	transition: all 0.5s;
}
.header .middle .middle_top .search.inputFoucs {
	width: 433px;
}
.header .middle .middle_top .search .searchInputClass {
	margin-left: 8px;
	width: 100%;
	margin-right: -28px;
    padding-right: 33px;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}
.header .middle .middle_top .search.inputFoucs .searchInputClass {
	margin-right: -55px;
    padding-right: 60px;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}
.header .middle .middle_top .search .search_icon {
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	position: relative;
	cursor: pointer;
}
.header .middle .middle_top .search .search_icon_input {
	width: 14px;
	height: 16px;
	opacity: 0;
	position: absolute;
}
.header .middle .middle_top .search .search_icon img {
	width: 100%;
	height: 100%;
}
.header .middle .middle_top .search .clear_icon {
	width: 13px;
	height: 13px;
	opacity: 0;
	display: none;
	justify-content: center;
	transition: all 0.5s;
	align-items: center;
	cursor: pointer;
	margin-left: 0px;
}
.header .middle .middle_top .search .clear_icon img {
	width: 100%;
	height: 100%;
}
.header .middle .middle_top .search.inputFoucs .clear_icon {
	display: flex;
	transition: all 0.5s;
	opacity: 1;
}
.header .middle .middle_top .addressMap{
	margin-left: 15px;
	font-size: 14px;
	color: #396FFF;
	cursor: pointer;
	position: relative;
} 

.header .middle .middle_top .addressMap .web_list_wrap {
	transition:.5s;
	background:#fff;
	width:330px;
	height:0;
	overflow:auto;
	position:absolute;
	top:30px;
	right:-22px;
	z-index:9990;
}
.web_list_wrap ul {
	padding:8px 10px;
}
.web_list_wrap ul li {
	font-size:16px;
	line-height:1.5em;
}
.web_list_wrap ul li a {
	color:#333 ;
	display:inline-block;
}
.web_list_wrap .crc-sub-navg-col a {
	font-size:14px;
}
.crc-sub-navg-main{
	background:#fff;
	/* border: 1px solid #d0d6e2; */
	padding:10px 15px;
	box-sizing:border-box;
}
.crc-sub-navg-title{
	font-size:14px;
	font-weight:bold;
	color:#336BFF;
	padding-bottom:2px;
}
.crc-sub-navg-title a{
	color:#336BFF !important;
	font-size:14px;
}
.crc-sub-navg-wrap{
	border-bottom:1px dotted #ccc;
}
.crc-sub-navg-wrap:last-child{
	border: none;
}
.crc-sub-navg-href{
	margin-right:7px;
	color:#5e5756;
}
.header .middle .middle_top .addressMap:hover .web_list_wrap {
	height: 540px;
	transition:.5s
}
.header .middle .middle_top .addressMap::before {
	content: '';
	display: block;
	width: 94px;
	height: 30px;
	position: absolute;
}
.header .middle .middle_top .addressMap::after {
	content: '';
	display: block;
	background: url('../imgs/header/down.png') no-repeat center/100% 100%;
	width: 17px;
	height: 9px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translate(0,-50%);
}
.header .middle .middle_nav {
	width: 100%;
	height: 100%;
}

.header .middle .middle_nav li {
	text-align: center;
	/* font-weight: bold; */
	font-size: 18px;
	color: #464646;
	/* position: relative; */
	cursor: pointer;
	transition: all 0.2s;
	transform: scale(1);
	margin-right: 20px;
}
.header .middle .middle_nav li::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
}
.header .middle .middle_nav li a {
	color: #464646;
}
.header .middle .middle_nav .header-text.active .header-texta {
	color: #336BFF !important;
}
.header .middle .middle_nav .header-text:hover .header-texta {
	color: #336BFF !important;
}
.header .middle .middle_nav li * {
	/* pointer-events: none; */
}

/* .header .middle .middle_nav li::after {
	width: 0;
	height: 2px;
	background: #5085bb;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translate(-50%, 0);
	transition: all 0.5s;
	opacity: 1;
} */
.header .middle .middle_nav li:hover::after {
	width: 100%;
}

.header .middle .middle_nav li.active {
	color: #396FFF;
}

.header .middle .middle_nav li.active::after {
	width: 100%;
}

.header .right {
	width: 276px;
	margin-right: 48px;
	font-size: 14px !important;
	color: #ffffff;
}

.header .right a {
	color: #ffffff;
}

.header .right a:hover {
	color: #02b2b5 !important;
}

.header .right .img-box {
	width: 18px;
	height: 18px;
	margin-right: 9px;
	position: relative;
}

.header .right .img-box img {
	position: absolute;
	object-fit: fill;
	width: 100%;
	height: 100%;
}
.header .middle .middle_nav .header-text:hover .navbar3-wrapper {
	opacity: 1;
	height: 56px;
}
.header .middle .middle_nav .header-text.active .navbar3-wrapper {
	/* opacity: 1;
	height: 56px; */
}
.header .navbar3-wrapper {
	position: absolute;
	width: 100vw;
	height: 0px;
	line-height: 56px;
	border-radius: 10px;
	overflow: hidden;
	top: 44px;
	font-size: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	opacity: 0;
	transition: all 0.5s;
}
.header .middle .navbar3-wrapperhover {
	height: 56px;
	opacity: 1;
}

.header .navbar3 {
	position: fixed;
	width: 100%;
	top: 0;
	/* left: -50px; */
	left: 0px;
	/* box-shadow: 00 2px 16px 2px rgba(0, 0, 0, 0.2000);
	background: #194E9E; */
	/* background: rgba(120,124,131,0.3);
	backdrop-filter: blur(2px); */
	color: #FFFFFF;
	/* opacity: 0.71; */
	border-radius: 10px;
}
#header .bgnavbar3 {
	background: rgba(155,176,207,.8);
	width:100%;
	/* height:56px; */
	/* backdrop-filter: blur(2px); */
	position: absolute;
	transition: all 0.5s;
	z-index: 88;
	opacity: 0;
	height: 0px;
}
.header .navbar3-title {
	margin-right: 20px;
}
.header .navbar3-title a {
	color: #FFFFFF !important;
	font-size: 16px;
	font-weight: 400;
}
.header .navbar3-title.active a,
.header .navbar3-title a:hover {
	/* color: #70E9FF !important; */
	color: #336BFF !important;
}

.header .navbar3-wrapper::after {
	/* content: '' !important;
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    position: absolute !important;
    top: -31px !important; */
}
.bk1 {
	width: 100%;
	height: 481px;
	position: relative;
}

.bjt1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}